home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / CaseStudies / ch12.ISN / input.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1996-12-04  |  147 b   |  7 lines

  1. on mouseUp
  2.   repeat with x = the selStart to the selEnd
  3.     set the foreColor of char x of field "Message" to 255
  4.   end repeat
  5.   updateStage()
  6. end
  7.